home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
i
/
internet
/
software
/
tuwtcpsr
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-06-20
|
239 b
|
15 lines
#ifndef INET_TIMER
#define INET_TIMER
typedef int TIMER;
TIMER tm_alloc(void);
int tm_set(u_long, void(*)(TIMER),TIMER);
int tm_stop(TIMER);
int tm_free(TIMER);
int tm_handler(void);
#define tm_msec(tm) ((tm)*200)
#endif